﻿.authTHSec {
    position: relative;
    width: 100%;
    padding: 100px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('/Pages/es/Content section/autenticacionTHyBD/assets/img/FondoAutenticacion.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 650px;
}

.contentAuthSec {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 80%;
    max-width: 1200px;
}

.textoAuthSec{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    width: 50%;
}

.textoAuthSec h1{
    font-size: 32px !important;
    color: white !important;
    margin-bottom: 10px !important;
}

.textoAuthSec p{
    color: white !important;
    margin-bottom: 40px !important;
    font-size: 20px !important;
    width: 100%;
}

.textoAuthSec ul {
    padding-left: 20px; 
    margin-bottom: 30px !important;
}

.textoAuthSec li {
    color: white !important;
    font-size: 20px !important;
    position: relative;
    margin-left: 10px;
}

.textoAuthSec li::before {
    content: '•';
    position: absolute;
    left: -20px;
    color: #35b2ff;
    font-size: 24px; 
    line-height: 1;
}

.textoAuthSec img{
    width: 60%;
}

.textBoldAuth{
    font-weight: bold !important;
}

@media (max-width: 1024px) {
    .contentAuthSec {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 80%;
        flex-direction: column;
    }

    .textoAuthSec {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        width: 100%;
    }

    .imagenAuthSec {
        display: flex
    ;
        justify-content: center;
        align-items: center;
        width: 100%;
        margin-top: 50px;
    }

    .imagenAuthSec img {
        width: 70%;
        border-radius: 12px;
    }

    .textoAuthSec p {
        color: white !important;
        margin-bottom: 40px !important;
        font-size: 20px !important;
        width: 80%;
        text-align: start;
    }

    .textoAuthSec h1 {
        font-size: 28px !important;
        color: white !important;
        margin-bottom: 10px !important;
        text-align: start;
    }
}

@media (max-width: 480px) {
    .textoAuthSec img {
        width: 100%;
    }

    .authTHSec {
        position: relative;
        width: 100%;
        padding: 100px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url('/Pages/es/Content section/autenticacionTHyBD/assets/img/FondoAutenticacion.webp');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
    }
}